home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / demobook / exglobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  2.0 KB  |  74 lines

  1. /*
  2.  * Copyright 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17.  
  18. #ifdef DEBUG
  19. #include <malloc.h>
  20. #endif
  21. #define DOUBLETIME .6
  22. #define ICONCOLOR 117
  23.  
  24. /*
  25. extern Matrix ID;
  26.  
  27. */
  28. extern short morecolors[162][3];
  29. extern unsigned short leftcursor[16];
  30. extern unsigned short rightcursor[16];
  31.  
  32. extern int Black, White;
  33. /*
  34. extern float current_AGColors[12][3];
  35. extern float initial_AGColors[12][3];
  36. */
  37. extern long Indexwin, ADwin, MSwin, RDwin;
  38.  
  39. extern int selected; /* this is the icon on the current page that
  40.             that the user pointed to last */
  41. extern int prevselection;
  42. extern Boolean EditGroupFlag, EditDemoFlag;
  43. extern Boolean DeleteDemoFlag, DeleteGroupFlag;
  44. extern Boolean KW_change;
  45. extern Boolean EF_change;
  46. extern char *FileName;
  47. extern int FileMode;
  48.  
  49. extern int closeup;
  50. extern float click1, tmptime, elapsed_time;
  51. /*I
  52. extern float texbox[4][3];
  53. extern float texnorm[3];
  54. extern float texpnts[4][2];
  55. extern float tex_props[];
  56. extern float env_props[];
  57. */
  58. extern struct icntmpltstruct *backicon[49];
  59. extern int numberofgroups;
  60. extern int numberoficons;
  61. extern int numberofbooks;
  62. extern int newgroupnumicons;
  63. extern int currentbook;
  64. extern Boolean OPENBOOK;
  65. extern Boolean ASCII;
  66. extern char *msgstring;
  67. extern float color_mult;
  68. extern long Hide;
  69. extern Boolean Audio;
  70. extern Boolean ViewOnly;
  71. extern char *demoenv, *xenv, *sbenv;
  72. extern int demoenvlen, xenvlen, sbenvlen;
  73. extern Boolean message_waiting;
  74.